home *** CD-ROM | disk | FTP | other *** search
- eTImageUI = {
- ACTIONS = {
- chooseImage:;
- editDescription:;
- textDidEnd:;
- editComponentName:;
- editSize:;
- };
- OUTLETS = {
- controlView;
- controlPanel;
- etImage;
- descriptionField;
- linkSwitch;
- heightField;
- componentNameField;
- widthField;
- };
- SUPERCLASS = Object;
- };
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- eTFileLinkUI = {
- ACTIONS = {
- enableExec:;
- setAnnotation:;
- forceSymlink:;
- setExec:;
- };
- OUTLETS = {
- execSwitch;
- filenameField;
- execField;
- linkView;
- linkPanel;
- filenameSwitch;
- symlinkSwitch;
- };
- SUPERCLASS = eTImageUI;
- };
-